[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public class View |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class View |
Visual C++ |
---|
[SerializableAttribute] public ref class View |
The OrderedMultiDictionary<(Of <TKey, TValue>)> generic type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count |
Number of keys in this view.
(Overrides MultiDictionaryBase<(Of <TKey, TValue>)>..::Count.) | |
Item |
Returns a collection of all of the values in the dictionary associated with key,
or changes the set of values associated with key.
If the key is not present in the dictionary, an ICollection enumerating no
values is returned. The returned collection of values is read-write, and can be used to
modify the collection of values associated with the key.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) | |
Keys |
Gets a read-only collection all the keys in this dictionary.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) | |
KeyValuePairs |
Gets a read-only collection of all key-value pairs in the dictionary. If a key has multiple
values associated with it, then a key-value pair is present for each value associated
with the key.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) | |
Values |
Gets a read-only collection of all the values in the dictionary.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <T>)>..::IsReadOnly | (Inherited from CollectionBase<(Of <T>)>.) | |
IDictionary<(Of <TKey, ICollection<(Of <TValue>)>>)>..::Item | (Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) | |
IDictionary<(Of <TKey, ICollection<(Of <TValue>)>>)>..::Values | (Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) | |
ICollection..::IsSynchronized |
Indicates whether the collection is synchronized.
(Inherited from CollectionBase<(Of <T>)>.) | |
ICollection..::SyncRoot |
Indicates the synchronization object for this collection.
(Inherited from CollectionBase<(Of <T>)>.) |